Vcenter Vm Hardware Adapter Scsi CreateSpec
The Vcenter Vm Hardware Adapter Scsi CreateSpec schema provides a specification for the configuration of a newly-created virtual SCSI adapter.
{
"type": "string",
"bus": 0,
"pci_slot_number": 0,
"sharing": "string"
}
Adapter type.
For more information see: Vcenter Vm Hardware Adapter Scsi Type.
If missing or null
, a guest-specific default value will be used.
SCSI bus number.
If missing or null
, the server will choose an available bus number; if none is available, the request will fail.
Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added.
If missing or null
, the server will choose an available address when the virtual machine is powered on.
Bus sharing mode.
For more information see: Vcenter Vm Hardware Adapter Scsi Sharing.
If missing or null
, the adapter will default to Vcenter Vm Hardware Adapter Scsi Sharing.NONE.